FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package kbv.ita.aws#1.2.0 (172 ms)

Package kbv.ita.aws
Type StructureDefinition
Id Id
FHIR Version R4
Source https://simplifier.net/resolve?scope=kbv.ita.aws@1.2.0&canonical=https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Untersuchung
Url https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Untersuchung
Version 1.2.0
Status active
Name KBV_PR_AW_Untersuchung
Experimental False
Copyright Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.
Type Procedure
Kind resource

Resources that use this resource

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Anlage KBV_PR_AW_Anlage

Resources that this resource uses

StructureDefinition
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Begegnung KBV_PR_AW_Begegnung
https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient KBV_PR_AW_Patient


Source

{
  "resourceType" : "StructureDefinition",
  "url" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Untersuchung",
  "version" : "1.2.0",
  "name" : "KBV_PR_AW_Untersuchung",
  "status" : "active",
  "copyright" : "Copyright © [2020], Kassenärztliche Bundesvereinigung (KBV). All rights reserved.",
  "fhirVersion" : "4.0.1",
  "mapping" : [
    {
      "identity" : "workflow",
      "uri" : "http://hl7.org/fhir/workflow",
      "name" : "Workflow Pattern"
    },
    {
      "identity" : "rim",
      "uri" : "http://hl7.org/v3",
      "name" : "RIM Mapping"
    },
    {
      "identity" : "w5",
      "uri" : "http://hl7.org/fhir/fivews",
      "name" : "FiveWs Pattern Mapping"
    },
    {
      "identity" : "v2",
      "uri" : "http://hl7.org/v2",
      "name" : "HL7 v2 Mapping"
    }
  ],
  "kind" : "resource",
  "abstract" : false,
  "type" : "Procedure",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Procedure",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "Procedure",
        "path" : "Procedure",
        "short" : "Untersuchung",
        "definition" : "In dieser Ressource kann die generische Form einer Untersuchung dokumentiert werden."
      },
      {
        "id" : "Procedure.id",
        "path" : "Procedure.id",
        "min" : 1
      },
      {
        "id" : "Procedure.meta",
        "path" : "Procedure.meta",
        "min" : 1
      },
      {
        "id" : "Procedure.meta.versionId",
        "path" : "Procedure.meta.versionId",
        "min" : 1
      },
      {
        "id" : "Procedure.meta.lastUpdated",
        "path" : "Procedure.meta.lastUpdated",
        "min" : 1
      },
      {
        "id" : "Procedure.meta.profile",
        "path" : "Procedure.meta.profile",
        "min" : 1,
        "max" : "1",
        "fixedCanonical" : "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Untersuchung|1.2.0"
      },
      {
        "id" : "Procedure.text",
        "path" : "Procedure.text",
        "min" : 1
      },
      {
        "id" : "Procedure.identifier",
        "path" : "Procedure.identifier",
        "max" : "0"
      },
      {
        "id" : "Procedure.instantiatesCanonical",
        "path" : "Procedure.instantiatesCanonical",
        "max" : "0"
      },
      {
        "id" : "Procedure.instantiatesUri",
        "path" : "Procedure.instantiatesUri",
        "max" : "0"
      },
      {
        "id" : "Procedure.basedOn",
        "path" : "Procedure.basedOn",
        "max" : "0"
      },
      {
        "id" : "Procedure.partOf",
        "path" : "Procedure.partOf",
        "max" : "0"
      },
      {
        "id" : "Procedure.status",
        "path" : "Procedure.status",
        "definition" : "Der Status ist immer abgeschlossen (completed).",
        "fixedCode" : "completed"
      },
      {
        "id" : "Procedure.statusReason",
        "path" : "Procedure.statusReason",
        "max" : "0"
      },
      {
        "id" : "Procedure.category",
        "path" : "Procedure.category",
        "short" : "Klassifizierung der Ressource",
        "definition" : "Dieses Attribut wird zur Klassifizierung dieser Ressource verwendet.",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Procedure.category.coding",
        "path" : "Procedure.category.coding",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "Procedure.category.coding.system",
        "path" : "Procedure.category.coding.system",
        "min" : 1,
        "fixedUri" : "https://fhir.kbv.de/CodeSystem/KBV_CS_AW_Ressourcentyp"
      },
      {
        "id" : "Procedure.category.coding.version",
        "path" : "Procedure.category.coding.version",
        "max" : "0"
      },
      {
        "id" : "Procedure.category.coding.code",
        "path" : "Procedure.category.coding.code",
        "min" : 1,
        "fixedCode" : "Untersuchung"
      },
      {
        "id" : "Procedure.category.coding.display",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "Procedure.category.coding.display",
        "max" : "0"
      },
      {
        "id" : "Procedure.category.coding.userSelected",
        "path" : "Procedure.category.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "Procedure.category.text",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "Procedure.category.text",
        "max" : "0"
      },
      {
        "id" : "Procedure.code",
        "path" : "Procedure.code",
        "short" : "Beschreibung der Untersuchung",
        "definition" : "In diesem Element ist eine Beschreibung der Untersuchung zu dokumentieren",
        "min" : 1,
        "mustSupport" : true
      },
      {
        "id" : "Procedure.code.coding",
        "path" : "Procedure.code.coding",
        "max" : "0"
      },
      {
        "id" : "Procedure.code.text",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "Procedure.code.text",
        "short" : "Beschreibung der Untersuchung",
        "min" : 1
      },
      {
        "id" : "Procedure.subject",
        "path" : "Procedure.subject",
        "label" : "TR01",
        "short" : "Patientenbezug",
        "definition" : "Siehe Reason for inclusion and constrainment",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Patient|1.2.0"
            ]
          }
        ]
      },
      {
        "id" : "Procedure.subject.reference",
        "path" : "Procedure.subject.reference",
        "min" : 1
      },
      {
        "id" : "Procedure.subject.type",
        "path" : "Procedure.subject.type",
        "max" : "0"
      },
      {
        "id" : "Procedure.subject.identifier",
        "path" : "Procedure.subject.identifier",
        "max" : "0"
      },
      {
        "id" : "Procedure.subject.display",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "Procedure.subject.display",
        "max" : "0"
      },
      {
        "id" : "Procedure.encounter",
        "path" : "Procedure.encounter",
        "short" : "Begegnung",
        "definition" : "Referenz zur Begegnung",
        "min" : 1,
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://fhir.kbv.de/StructureDefinition/KBV_PR_AW_Begegnung|1.2.0"
            ]
          }
        ],
        "mustSupport" : true
      },
      {
        "id" : "Procedure.encounter.reference",
        "path" : "Procedure.encounter.reference",
        "min" : 1
      },
      {
        "id" : "Procedure.encounter.type",
        "path" : "Procedure.encounter.type",
        "max" : "0"
      },
      {
        "id" : "Procedure.encounter.identifier",
        "path" : "Procedure.encounter.identifier",
        "max" : "0"
      },
      {
        "id" : "Procedure.encounter.display",
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-translatable",
            "valueBoolean" : true
          }
        ],
        "path" : "Procedure.encounter.display",
        "max" : "0"
      },
      {
        "id" : "Procedure.performed[x]",
        "path" : "Procedure.performed[x]",
        "max" : "0"
      },
      {
        "id" : "Procedure.recorder",
        "path" : "Procedure.recorder",
        "max" : "0"
      },
      {
        "id" : "Procedure.asserter",
        "path" : "Procedure.asserter",
        "max" : "0"
      },
      {
        "id" : "Procedure.performer",
        "path" : "Procedure.performer",
        "max" : "0"
      },
      {
        "id" : "Procedure.location",
        "path" : "Procedure.location",
        "max" : "0"
      },
      {
        "id" : "Procedure.reasonCode",
        "path" : "Procedure.reasonCode",
        "max" : "0"
      },
      {
        "id" : "Procedure.reasonReference",
        "path" : "Procedure.reasonReference",
        "max" : "0"
      },
      {
        "id" : "Procedure.bodySite",
        "path" : "Procedure.bodySite",
        "max" : "0"
      },
      {
        "id" : "Procedure.outcome",
        "path" : "Procedure.outcome",
        "max" : "0"
      },
      {
        "id" : "Procedure.report",
        "path" : "Procedure.report",
        "max" : "0"
      },
      {
        "id" : "Procedure.complication",
        "path" : "Procedure.complication",
        "max" : "0"
      },
      {
        "id" : "Procedure.complicationDetail",
        "path" : "Procedure.complicationDetail",
        "max" : "0"
      },
      {
        "id" : "Procedure.followUp",
        "path" : "Procedure.followUp",
        "max" : "0"
      },
      {
        "id" : "Procedure.note",
        "path" : "Procedure.note",
        "max" : "0"
      },
      {
        "id" : "Procedure.focalDevice",
        "path" : "Procedure.focalDevice",
        "max" : "0"
      },
      {
        "id" : "Procedure.usedReference",
        "path" : "Procedure.usedReference",
        "max" : "0"
      },
      {
        "id" : "Procedure.usedCode",
        "path" : "Procedure.usedCode",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.